3.556 \(\int \frac {243+162 x+108 x^2+72 x^3+48 x^4+32 x^5}{729-64 x^6} \, dx\)

Optimal. Leaf size=10 \[ -\frac {1}{2} \log (3-2 x) \]

[Out]

-1/2*ln(3-2*x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 35, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.057, Rules used = {1586, 31} \[ -\frac {1}{2} \log (3-2 x) \]

Antiderivative was successfully verified.

[In]

Int[(243 + 162*x + 108*x^2 + 72*x^3 + 48*x^4 + 32*x^5)/(729 - 64*x^6),x]

[Out]

-Log[3 - 2*x]/2

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 1586

Int[(u_.)*(Px_)^(p_.)*(Qx_)^(q_.), x_Symbol] :> Int[u*PolynomialQuotient[Px, Qx, x]^p*Qx^(p + q), x] /; FreeQ[
q, x] && PolyQ[Px, x] && PolyQ[Qx, x] && EqQ[PolynomialRemainder[Px, Qx, x], 0] && IntegerQ[p] && LtQ[p*q, 0]

Rubi steps

\begin {align*} \int \frac {243+162 x+108 x^2+72 x^3+48 x^4+32 x^5}{729-64 x^6} \, dx &=\int \frac {1}{3-2 x} \, dx\\ &=-\frac {1}{2} \log (3-2 x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 10, normalized size = 1.00 \[ -\frac {1}{2} \log (3-2 x) \]

Antiderivative was successfully verified.

[In]

Integrate[(243 + 162*x + 108*x^2 + 72*x^3 + 48*x^4 + 32*x^5)/(729 - 64*x^6),x]

[Out]

-1/2*Log[3 - 2*x]

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 8, normalized size = 0.80 \[ -\frac {1}{2} \, \log \left (2 \, x - 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((32*x^5+48*x^4+72*x^3+108*x^2+162*x+243)/(-64*x^6+729),x, algorithm="fricas")

[Out]

-1/2*log(2*x - 3)

________________________________________________________________________________________

giac [A]  time = 0.18, size = 9, normalized size = 0.90 \[ -\frac {1}{2} \, \log \left ({\left | 2 \, x - 3 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((32*x^5+48*x^4+72*x^3+108*x^2+162*x+243)/(-64*x^6+729),x, algorithm="giac")

[Out]

-1/2*log(abs(2*x - 3))

________________________________________________________________________________________

maple [A]  time = 0.04, size = 9, normalized size = 0.90 \[ -\frac {\ln \left (2 x -3\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((32*x^5+48*x^4+72*x^3+108*x^2+162*x+243)/(-64*x^6+729),x)

[Out]

-1/2*ln(-3+2*x)

________________________________________________________________________________________

maxima [A]  time = 1.39, size = 8, normalized size = 0.80 \[ -\frac {1}{2} \, \log \left (2 \, x - 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((32*x^5+48*x^4+72*x^3+108*x^2+162*x+243)/(-64*x^6+729),x, algorithm="maxima")

[Out]

-1/2*log(2*x - 3)

________________________________________________________________________________________

mupad [B]  time = 4.99, size = 6, normalized size = 0.60 \[ -\frac {\ln \left (x-\frac {3}{2}\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(162*x + 108*x^2 + 72*x^3 + 48*x^4 + 32*x^5 + 243)/(64*x^6 - 729),x)

[Out]

-log(x - 3/2)/2

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 8, normalized size = 0.80 \[ - \frac {\log {\left (2 x - 3 \right )}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((32*x**5+48*x**4+72*x**3+108*x**2+162*x+243)/(-64*x**6+729),x)

[Out]

-log(2*x - 3)/2

________________________________________________________________________________________